func net.mapErr
9 uses
net (current package)
cgo_unix.go#L65: return zero, mapErr(ctx.Err())
dial.go#L593: return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
dnsclient_unix.go#L193: return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
fd_unix.go#L64: return nil, mapErr(ctx.Err())
fd_unix.go#L113: ret = mapErr(ctxErr)
fd_unix.go#L144: return nil, mapErr(ctx.Err())
lookup.go#L349: Err: mapErr(ctxErr).Error(),
lookup.go#L693: return nil, mapErr(err)
net.go#L426: func mapErr(err error) error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |